home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / King of Skeleton / King of Skeleton.swf / scripts / DefineSprite_177 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-02-02  |  303 b   |  21 lines

  1. if(!sound_btn.txt)
  2. {
  3.    for(var i in sound_btn)
  4.    {
  5.       if(sound_btn[i]._parent)
  6.       {
  7.          sound_btn.txt = sound_btn[i];
  8.          break;
  9.       }
  10.    }
  11. }
  12. if(_parent._parent.sndOff)
  13. {
  14.    sound_btn.txt.gotoAndStop("off");
  15. }
  16. else
  17. {
  18.    sound_btn.txt.gotoAndStop("on");
  19. }
  20. stop();
  21.